home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / rbs173c7.zip / @S.HLP < prev    next >
Text File  |  1990-02-11  |  2KB  |  50 lines

  1. Library function S - Search
  2.  
  3. This command scans file names and descriptions for a keyword, or a
  4. "wildcard" file specification.  This gives you the capability to search for
  5. a specific file, to locate a group of files dealing with a specific topic
  6. or to identify certain types of files (e.g., .BAS, .COM, .EXE).
  7.  
  8. You will be prompted for the string to scan for after you issue the "S"
  9. command.  Case (upper or lower) is ignored in the search.  For instance,
  10. the S)earch command treats the string "PC" and "pc" as identical.
  11.  
  12. Next, you will be asked for a directory to scan.  Type in their name(s) or
  13. number(s) separated by spaces.  You can search through all of the
  14. directories on the system by typing "A" at the prompt.  Pressing [ENTER]
  15. will return you to the Library Menu.
  16.  
  17. WARNING:  The directory file is VERY large, and could take several minutes
  18.           to scan.  You can save time by specifying specific directories.
  19.  
  20. If a string is found when searching the Library directories the disk number
  21. will be displayed in columns 77-79.
  22.  
  23. TIPS:
  24. 1.  You can obtain a list of directory names and numbers by giving the "L"
  25.     command.
  26.  
  27. 2.  You can stack the S)earch command with the desired string.  That is,
  28.     you can enter "S <string> <dir>" directly from the Library Menu.  For
  29.     example, you could type "S ZORK GAMES" to search for the string "ZORK"
  30.     in the GAMES directory.
  31.  
  32. 3.  A string that occurs as part of a file name or description will still
  33.     produce a match.  Entering "BAS" will give you a listing of all files
  34.     with a) a ".BAS" extension, b) "BAS" as part of the file name, or c)
  35.     "BAS" as part of a word or term in the file description.
  36.  
  37. 4.  S supports "wildcards" ?  and * in file names.  E.g., "S LIST*.ZIP"
  38.     will find the file LIST543.ZIP.
  39.  
  40. 5.  Keep in mind that strings consisting of only a few characters could
  41.     produce too many matches.  "S X" will locate every line with an "X" in
  42.     it.
  43.  
  44. 6.  Strings consisting of many characters could produce too few matches.
  45.     For example, if you want all files connected with QMODEM, specifying "S
  46.     QMODEM*.*" will miss QMDM210.ZIP and QMODFON.ZIP.  You might want to
  47.     broadened your search with "S QM*.*" to make sure you get all wanted
  48.     files.
  49.  
  50.